From: Andreas Schwab Date: Mon, 10 May 2004 11:55:18 +0000 (+0000) Subject: (Frename_file): Remove extra argument in call to X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~22588 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=aef1365f1c375467decf5719b6f7e383dd858800;p=emacs.git (Frename_file): Remove extra argument in call to Fmake_symbolic_link. --- diff --git a/src/fileio.c b/src/fileio.c index 7d20697b875..8696946eb8a 100644 --- a/src/fileio.c +++ b/src/fileio.c @@ -1,5 +1,5 @@ /* File IO for GNU Emacs. - Copyright (C) 1985,86,87,88,93,94,95,96,97,98,99,2000,01,2003 + Copyright (C) 1985,86,87,88,93,94,95,96,97,98,99,2000,01,03,2004 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -2729,7 +2729,7 @@ This is what happens in interactive use with M-x. */) symlink_target = Ffile_symlink_p (file); if (! NILP (symlink_target)) Fmake_symbolic_link (symlink_target, newname, - NILP (ok_if_already_exists) ? Qnil : Qt, Qt); + NILP (ok_if_already_exists) ? Qnil : Qt); else #endif Fcopy_file (file, newname,